RFC Gateway Service + Python 3 Migration#11
Conversation
various improvements
|
Hi @randomstr1ng, really like where this PR is going. The Python 3 migration and the new RFC gateway are great additions. I pulled your 1. One leftover 2. The PR isn't buildable from outside without 3. Minor: newer pytest emits Happy to send the |
|
submitted the PR to pysap to add required modules and functions: OWASP/pysap#93 |
| strategy: | ||
| matrix: | ||
| python-version: [2.7] | ||
| python-version: ["3.9", "3.11"] |
There was a problem hiding this comment.
We're limiting pysap's support to 3.10 to 3.14, I believe we should match it here or at the very least support only 3.10 and up to 3.11.
| 'Programming Language :: Python', | ||
| 'Programming Language :: Python :: 3', | ||
| 'Topic :: Security'], | ||
| python_requires='>=3.6', |
There was a problem hiding this comment.
Same than on the previous one, I believe this should match pysap's python_requires='>=3.10'
This PR adds an RFC Gateway honeypot service and migrates the codebase to Python 3.
RFC Gateway (new)
Other changes
Before leaving draft status: